LabelArrangement Enumeration

Represents the arrangement of labels on an axis.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum LabelArrangement

Members

SideBySide0 Labels are not staggered, they are aligned on one line.
StaggerEven1 Even labels are aligned on the same line as used for side by side arrangement. Counting starts with one, so the first label is odd.
StaggerOdd2 All odd labels are aligned on the line used for side by side arrangement. Counting starts with one, so the first label is odd.
None3 None.

See Also